unicode/utf8.acceptRange.hi (field)
9 uses
	unicode/utf8 (current package)
		utf8.go#L90: 	hi uint8 // highest value for second byte.
		utf8.go#L115: 	if n > 1 && (p[1] < accept.lo || accept.hi < p[1]) {
		utf8.go#L135: 	if n > 1 && (s[1] < accept.lo || accept.hi < s[1]) {
		utf8.go#L171: 	if b1 < accept.lo || accept.hi < b1 {
		utf8.go#L219: 	if s1 < accept.lo || accept.hi < s1 {
		utf8.go#L422: 		if c := p[i+1]; c < accept.lo || accept.hi < c {
		utf8.go#L457: 		if c := s[i+1]; c < accept.lo || accept.hi < c {
		utf8.go#L513: 		if c := p[i+1]; c < accept.lo || accept.hi < c {
		utf8.go#L559: 		if c := s[i+1]; c < accept.lo || accept.hi < c {
|  | The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |